GetCallBackType
You can retrieve a callback event's type by calling theGetCallBackType
function. You specify the type value when you call theNewCallBack
function (described on page 2-317).
pascal short GetCallBackType (QTCallBack cb);
cb
- Specifies the callback event for the operation. You obtain this value from the
NewCallBack
function.DESCRIPTION
TheGetCallBackTimeBase
function returns the callback event's type value. The following values are valid:
In addition, if the high-order bit of the returned value is set to 1 (this bit is defined by the
callBackAtTime
- Indicates that the event is to be invoked at a specified time.
callBackAtRate
- Indicates that the event is to be invoked when the rate for the time base reaches a specified value.
callBackAtTimeJump
- Indicates that the event is to be invoked when the time base's time value changes by an amount that differs from its rate.
callBackAtInterrupt
flag), the event can be invoked at interrupt time.ERROR CODES
None